home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-04-25 | 741 b | 28 lines | [TEXT/MPS ] |
- # This script uses a combination of MPW scripts to build the MrC PPC
- # Container Part (Release Build)
- #
- # This script also assumes that you have placed 'UserStartup•ODF' in your MPW folder.
-
- # {FWBldType} - Should be either "Debug" or "Release".
-
- Set FWBldType "Release"
- Export FWBldType
-
- ### Make sure you're set to the correct directory
-
- Directory "{ODFDev}Container:MCPPCRelease:"
-
- ### Tell the FWBuild script where your precompiled header files are located.
-
- Set FWPreCompHdrDir "{ODF}MCPPCRelease:Precompile∂ Headers:"
- Export FWPreCompHdrDir
-
- ### Exported symbols for PPCLink.
-
- Set __Exports "-@export ODFContainer.exp"
- Export __Exports
-
- ### Build your Container part
-
- FWBuildMrCPPCRelease "{ODFDev}Container:Sources:ODFContainer.CFM"
-